How to:

Settings:
Folders and Subdomains.
1.  To create sub-subdomains (ie. user.members.domain.tld), go to settings and enter a subdomain name and set
    subdomains to 1. This will place the users directory under the public_html folder and be accessible as
    user.members.domain.tld and members.domain.tld/user.
2.  To create a subdomain (ie. user.domain.tld), go to settings and ensure that the subdomain fields are empty
    and set subdomains to 1.  This will place the users directory under the public_html folder and be accessible
    as user.domain.tld and members.domain.tld/user.
3.  To create a sub-folder (ie. domain.tld/user), go to settings and ensure that the subdomain fields are empty
    and set subdomains to 0.  This will place the users directory under the public_html folder and be accessible
    as domain.tld/user.
4.  To create a sub-sub-folder  (ie. domain.tld/dir/user), go to settings and enter the base folder in a subdomain
    field and set subdomains to 0.  This will place the users directory under the public_html/dir folder and be
    accessible as domain.tld/dir/user.

Scripts:
        Scripts my be installed by one of three methods:
        1.  /script_directory/config.php
                                        $add_script=0;
                                        $add_on="phpBB";
                                        //$add_on="InvisionBoard";
                                        //$add_on="EasySite";
          When set to '1' will automatically install the script during account creation using the cPanel scripts
          library installer.  The username and password will be the users username and password.

        2.  /script_directory/config.php
                                        $inst_forum="0";
                                        $inst_siteframe="0";
          When set to '1' will automatically install the script during account creation using the cPanel Account
          Creator script.
        3.  /script_directory/config.php
                                        $user_inst_sf="0";
                                        $user_inst_forum="0";
          When set to '1' will allow the user to install/uninstall the script the cPanel Account
          Creator script client control panel.

  NOTE:  For 2 and 3 to work, the appropriate /script_directory/skel_* directory must be extracted on the server.  This
         can be accomplished with the cPanel file manager by left clicking the 'skel_*' directory then left clicking
         'Extract File Contents' in the right window.
                   /script_directory/skel_1=PHPBB2 Forum
                   /script_directory/skel_2=SiteFrame

                   Forums:
                   The default username is the users control panel username and the password is admin.
    
                   SiteFrame:
                   The default username is (username)@domain.tld and the password is admin.
                   
Client Control Panel:
       The Client Control Panel has many customizable features, which may be set in the /script_directory/config.php.
       For example:
           //enable webftp
           $webftp=0;
         When set to 1, will display a link in the panel that takes the user to the PHPWebFTP script and logs in
         automatically.  Additionally, this will place a link on the admin control panel for admin use.
         
       Additional links to many different scripts are available when the appropriate variable in the config.php is
       set to '1'.  For these scripts to work the appropriate file must extracted using the method in the note above.
       I've made a few changes to each of these scripts to enable them to work with the cP Account Creator Client
       Control Panel, so while you may replace them with a newer version their usability may be diminished.
       
       The following scripts are available:
       SquirrelMail http://squirrelmail.org/   File: sqmail.tar.gz  Extracted directory: /script_directory/sqmail/
       Net2FTP http://net2ftp.com/   File: net2ftp.tar.gz  Extracted directory: /script_directory/net2ftp/
       PHPWebFTP http://www.v-wijk.net/   File: webftp.tar.gz  Extracted directory: /script_directory/webftp/
       PHPMyAdmin http://phpmyadmin.net/  File: phpmyadmin.tar.gz Extracted directory /script_directory/phpmyadmin/
       MPanel http://www.mattsscripts.co.uk/mpanel.htm File: mpanel.tar.gz Extracted directory /script_directory/mpanel/

       The links for SiteFrame and Forum, require the user to change the password for the admin area of the respective
       script to their Client Control Panel password for automatic login to work
